ASP.NET MVC Controls
InitialItemsCount Method

The specified count
Sets a number value which decides the count of the initial loaded items.
Syntax
'Declaration
 
Public Function InitialItemsCount( _
   ByVal count As Nullable(Of Integer) _
) As CollectionViewServiceBuilder(Of T)

Parameters

count
The specified count
Remarks
It only works when the DisableServerRead property is false and no paging mode. It only accepts a number which equals or greater than 0 or null. When it is set to null, that means all the items would be loaded in the client.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CollectionViewServiceBuilder<T> Class
CollectionViewServiceBuilder<T> Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback